home *** CD-ROM | disk | FTP | other *** search
- ; GlEdit for WIndows Configuration File
-
- ; The GLEDITW.INI file is used to set user-configuarble parameters for the
- ; GLEDIT for Windows program (GLEDITW). Parameters to the right of the equal
- ; sign may be of upper, lower or mixed case (case is ignored). Yes/No
- ; parameters may also be specified as Y or N, True or Flase, T or F, or 1 (yes)
- ; or 0 (no). If a parameter is invalid, the default is used. The variable
- ; name to the left of the equal sign may also be expressed in upper, lower or
- ; mixed case.
-
-
- ; GLEDITFilesPath tells GLEDITW.EXE where to find the GLEDITW.HLP and
- ; GLEDITW.SER (registered users only) files if they are not in the same
- ; directory as GLEDITW.EXE or they are not in one of your path directories.
- ; If there is no parameter specified for GLEDITFilesPath, it is assumed
- ; that any of GLEDITW's support files may be found in a directory on the
- ; path or in the directory conatining GLEDITW.EXE. If the GLEDITFilesPath
- ; parameter is specified, neither the home directory nor the path is
- ; searched, and the files MUST reside in the directory specified. This file
- ; (GLEDITW.INI) MUST reside on the path or in the same directory as
- ; GLEDITW.EXE. 52 characters max, trailing backslash is optional.
-
- GLEDITFilesPath=
-
-
- ; DefaultPath specifies the value that will appear pre-typed in the "Path"
- ; field when the interface is intially invoked. Do not specify any parameter
- ; if you want the field to be empty.
-
- DefaultPath=C:\*.*
-
-
- ; The following are default options that will always be in effect
- ; when GLEDITW is invoked. Y indicates that the option will be selected,
- ; N specifies that it will not be selected.
-
- IgnoreCaseOpt=N
- TestModeOpt=N
- DeleteMatchingRecordsOpt=N
- RecurseSubdirectoriesOpt=N
- NamesOnly=N
-
- ; Use OpenMaximized=Y to cause the GLEDITW window to be initialized as a
- ; full screen application. OpenMaximized=N causes GLEDITW to appear as a
- ; window on your desktop. GLEDITW works best maximized because you have less
- ; horizontal and vertical paging to do while viewing the results of a scan.
- ; Whichever you choose, you can always switch after initialization. It is
- ; actually a matter of personal preference.
-
- OpenMaximized=Y
-
- ; Since the background color of your windows is controlled by the Windows color
- ; scheme you have selected, the default text colors may not work well.
- ; The colors below, which approximate DOS text colors can be used to allow a
- ; certain degree of control over the text colors in the output area. Use the
- ; value of the color you desire as the parameter for the designated color
- ; option. The prompt window will have a light gray background. The foreground
- ; color is all that can be selected via the GLEDIT.INI file.
- ;
- ; Value
- ; BLACK 0
- ; BLUE 1
- ; GREEN 2
- ; CYAN 3
- ; RED 4
- ; MAGENTA 5
- ; BROWN 6
- ; LIGHT GRAY 7
- ; DARK GRAY 8
- ; LIGHT BLUE 9
- ; LIGHT GREEN 10
- ; LIGHT CYAN 11
- ; LIGHT RED 12
- ; LIGHT MAGENTA 13
- ; YELLOW 14
- ; WHITE 15
- ;
- ; The default colors are:
- ; MatchLineColor=0 (Black)
- ; MatchPhraseColor=12 (Light Red)
- ; InfoColor=1 (Blue)
- ; FileNameColor=5 (Magenta)
-
- ; MatchLineColor refers to the non-highlighted area of the line that is
- ; displayed when a match is found. It is also used for the redisplayed line
- ; that shows how the modified line will look in the prompt window.
-
- MatchLineColor=0
-
- ; MatchPhraseColor refers to the highlighted area of the line that is
- ; displayed when a match is found (the matching phrase).
-
- MatchPhraseColor=12
-
- ; InfoColor is the color that will be used to display infomational text such
- ; as the file name, match counts and prompts.
-
- InfoColor=1
-
- ; FileNameColor will be used for the line that specifies the name of the
- ; file being processed. Making this a different color from any of the
- ; other colors helps readability by making the file name stand out.
-
- FileNameColor=5
-